This page last changed on Mar 07, 2005 by mroberts.

The Dashboard needs to connect over the network to each of Build Servers you want to report on. If you have changed any of the remoting configuration for your servers, you'll need those details now. (See Server Application Config File for more details on configuring remoting and management URLs.)

To configure the dashboard, add a <server> tag for each CruiseControl.NET Server you want to monitor to the <servers> section.

Example

<servers>
    <server name="local" url="tcp://localhost:21234/CruiseManager.rem" />
</servers>

Configuration Elements

<server> tags have the following syntax:
Node Description Type Required Default
name A referential name for the server - this must be unique for each server monitored by the Dashboard string yes n/a
url The management URL for the Server string yes n/a
Document generated by Confluence on Jun 26, 2005 17:22